[INFO] fetching crate susydev-jsonrpc-derive 11.0.0...
[INFO] fixing susydev-jsonrpc-derive-11.0.0 against try#622891a4e29178280638a6b63a8908bde2c0c854+cargoflags=-Zfix-edition=end=2015,2024 for pr-157817-2
[INFO] extracting crate susydev-jsonrpc-derive 11.0.0 into /workspace/builds/worker-7-tc2/source
[INFO] started tweaking crates.io crate susydev-jsonrpc-derive 11.0.0
[INFO] finished tweaking crates.io crate susydev-jsonrpc-derive 11.0.0
[INFO] tweaked toml for crates.io crate susydev-jsonrpc-derive 11.0.0 written to /workspace/builds/worker-7-tc2/source/Cargo.toml
[INFO] validating manifest of crates.io crate susydev-jsonrpc-derive 11.0.0 on toolchain 622891a4e29178280638a6b63a8908bde2c0c854
[INFO] running `Command { std: CARGO_HOME="/workspace/cargo-home" RUSTUP_HOME="/workspace/rustup-home" "/workspace/cargo-home/bin/cargo" "+622891a4e29178280638a6b63a8908bde2c0c854" "metadata" "--manifest-path" "Cargo.toml" "--no-deps", kill_on_drop: false }`
[INFO] running `Command { std: CARGO_HOME="/workspace/cargo-home" RUSTUP_HOME="/workspace/rustup-home" "/workspace/cargo-home/bin/cargo" "+622891a4e29178280638a6b63a8908bde2c0c854" "generate-lockfile" "--manifest-path" "Cargo.toml", kill_on_drop: false }`
[INFO] [stderr]     Updating crates.io index
[INFO] [stderr]      Locking 136 packages to latest compatible versions
[INFO] [stderr]       Adding compiletest_rs v0.3.26 (available: v0.11.2)
[INFO] [stderr]       Adding proc-macro-crate v0.1.5 (available: v3.5.0)
[INFO] [stderr]       Adding proc-macro2 v0.4.30 (available: v1.0.106)
[INFO] [stderr]       Adding quote v0.6.13 (available: v1.0.46)
[INFO] [stderr]       Adding syn v0.15.44 (available: v2.0.118)
[INFO] running `Command { std: CARGO_HOME="/workspace/cargo-home" RUSTUP_HOME="/workspace/rustup-home" "/workspace/cargo-home/bin/cargo" "+622891a4e29178280638a6b63a8908bde2c0c854" "fetch" "--manifest-path" "Cargo.toml", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-7-tc2/source:/opt/rustwide/workdir:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-7-tc2/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/cargo-home:/opt/rustwide/cargo-home:ro,Z" "-v" "/var/lib/crater-agent-workspace/rustup-home:/opt/rustwide/rustup-home:ro,Z" "-m" "1610612736" "--network" "none" "ghcr.io/rust-lang/crates-build-env/linux@sha256:3a6becf2bc8dde7f3fa57ede90e4f284e72d296796fc446bbb1e2c7cc0530151" "sleep" "infinity", kill_on_drop: false }`
[INFO] [stdout] 30403d56b1251e3144846a76881eadfa664717ad0d545e97b3523c459fb026db
[INFO] running `Command { std: "docker" "start" "30403d56b1251e3144846a76881eadfa664717ad0d545e97b3523c459fb026db", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "exec" "-e" "SOURCE_DIR=/opt/rustwide/workdir" "-e" "CARGO_HOME=/opt/rustwide/cargo-home" "-e" "RUSTUP_HOME=/opt/rustwide/rustup-home" "-e" "CARGO_TARGET_DIR=/opt/rustwide/target" "-w" "/opt/rustwide/workdir" "--user" "0:0" "30403d56b1251e3144846a76881eadfa664717ad0d545e97b3523c459fb026db" "/opt/rustwide/cargo-home/bin/cargo" "+622891a4e29178280638a6b63a8908bde2c0c854" "metadata" "--no-deps" "--format-version=1", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "inspect" "30403d56b1251e3144846a76881eadfa664717ad0d545e97b3523c459fb026db", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "exec" "-e" "SOURCE_DIR=/opt/rustwide/workdir" "-e" "CARGO_HOME=/opt/rustwide/cargo-home" "-e" "RUSTUP_HOME=/opt/rustwide/rustup-home" "-e" "CARGO_TARGET_DIR=/opt/rustwide/target" "-e" "CARGO_INCREMENTAL=0" "-e" "RUST_BACKTRACE=full" "-e" "RUSTFLAGS=" "-e" "RUSTDOCFLAGS=" "-w" "/opt/rustwide/workdir" "--user" "0:0" "30403d56b1251e3144846a76881eadfa664717ad0d545e97b3523c459fb026db" "/opt/rustwide/cargo-home/bin/cargo" "+622891a4e29178280638a6b63a8908bde2c0c854" "fix" "--allow-no-vcs" "--allow-dirty" "--frozen" "--all" "--all-targets" "--message-format=json" "-Zfix-edition=end=2015,2024", kill_on_drop: false }`
[INFO] [stderr] crater-edition-check: migrating to next edition
[INFO] [stderr]    Migrating Cargo.toml from 2018 edition to 2021
[INFO] [stderr] note: Switching to Edition 2021 will enable the use of the version 2 feature resolver in Cargo.
[INFO] [stderr] This may cause some dependencies to be built with fewer features enabled than previously.
[INFO] [stderr] More information about the resolver changes may be found at https://doc.rust-lang.org/nightly/edition-guide/rust-2021/default-cargo-resolver.html
[INFO] [stderr] When building the following dependencies, the given features will no longer be used:
[INFO] [stderr] 
[INFO] [stderr]   serde v1.0.228 removed features: derive, serde_derive
[INFO] [stderr]   serde v1.0.228 (as host dependency) removed features: derive, serde_derive
[INFO] [stderr] 
[INFO] [stderr] The following differences only apply when building with dev-dependencies:
[INFO] [stderr] 
[INFO] [stderr]   syn v2.0.118 (as host dependency) removed features: default
[INFO] [stderr] 
[INFO] [stderr]     Checking cfg-if v0.1.10
[INFO] [stderr]    Compiling maybe-uninit v2.0.0
[INFO] [stderr]    Compiling semver-parser v0.7.0
[INFO] [stderr]     Checking log v0.4.33
[INFO] [stderr]     Checking futures v0.1.31
[INFO] [stderr]    Compiling crossbeam-utils v0.7.2
[INFO] [stderr]     Checking lazy_static v1.5.0
[INFO] [stderr]    Compiling syn v2.0.118
[INFO] [stderr]     Checking iovec v0.1.4
[INFO] [stderr]    Compiling autocfg v0.1.8
[INFO] [stderr]     Checking rand_core v0.4.2
[INFO] [stderr]     Checking slab v0.4.12
[INFO] [stderr]     Checking smallvec v0.6.14
[INFO] [stderr]     Checking byteorder v1.5.0
[INFO] [stderr]    Compiling semver v0.9.0
[INFO] [stderr]     Checking net2 v0.2.39
[INFO] [stderr]     Checking rand_core v0.3.1
[INFO] [stderr]     Checking bytes v0.4.12
[INFO] [stderr]     Checking num_cpus v1.17.0
[INFO] [stderr]    Compiling memoffset v0.5.6
[INFO] [stderr]    Compiling rustc_version v0.2.3
[INFO] [stderr]    Compiling proc-macro2 v0.4.30
[INFO] [stderr]     Checking lock_api v0.3.4
[INFO] [stderr]     Checking mio v0.6.23
[INFO] [stderr]    Compiling crossbeam-epoch v0.8.2
[INFO] [stderr]    Compiling syn v1.0.109
[INFO] [stderr]     Checking fnv v1.0.7
[INFO] [stderr]    Compiling rand_pcg v0.1.2
[INFO] [stderr]    Compiling rand_chacha v0.1.1
[INFO] [stderr]    Compiling object v0.37.3
[INFO] [stderr]    Compiling parking_lot_core v0.6.3
[INFO] [stderr]    Compiling parking_lot v0.9.0
[INFO] [stderr]    Compiling rand v0.6.5
[INFO] [stderr]     Checking aho-corasick v1.1.4
[INFO] [stderr]     Checking regex-syntax v0.8.11
[INFO] [stderr]     Checking gimli v0.32.3
[INFO] [stderr]     Checking adler2 v2.0.1
[INFO] [stderr]    Compiling unicode-xid v0.2.6
[INFO] [stderr]    Compiling failure_derive v0.1.8
[INFO] [stderr]     Checking miniz_oxide v0.8.9
[INFO] [stderr]     Checking tokio-executor v0.1.10
[INFO] [stderr]     Checking tokio-io v0.1.13
[INFO] [stderr]     Checking tokio-sync v0.1.8
[INFO] [stderr]     Checking crossbeam-deque v0.7.4
[INFO] [stderr]     Checking tokio-codec v0.1.2
[INFO] [stderr]    Compiling parking_lot_core v0.4.0
[INFO] [stderr]     Checking tokio-reactor v0.1.12
[INFO] [stderr]     Checking crossbeam-queue v0.2.3
[INFO] [stderr]     Checking rand_isaac v0.1.1
[INFO] [stderr]     Checking rand_hc v0.1.0
[INFO] [stderr]     Checking rand_xorshift v0.1.1
[INFO] [stderr]     Checking rand_jitter v0.1.4
[INFO] [stderr]     Checking rand_os v0.1.3
[INFO] [stderr]    Compiling syn v0.15.44
[INFO] [stderr]     Checking stable_deref_trait v1.2.1
[INFO] [stderr]     Checking rustc-demangle v0.1.27
[INFO] [stderr]     Checking owning_ref v0.4.1
[INFO] [stderr]     Checking tokio-threadpool v0.1.18
[INFO] [stderr]     Checking mio-uds v0.6.8
[INFO] [stderr]     Checking dirs-sys v0.3.7
[INFO] [stderr]     Checking unicode-xid v0.1.0
[INFO] [stderr]     Checking scopeguard v0.3.3
[INFO] [stderr]     Checking lock_api v0.1.5
[INFO] [stderr]     Checking tokio-fs v0.1.7
[INFO] [stderr]     Checking dirs v2.0.2
[INFO] [stderr]     Checking tokio-uds v0.2.7
[INFO] [stderr]     Checking regex-automata v0.4.14
[INFO] [stderr]     Checking tokio-tcp v0.1.4
[INFO] [stderr]     Checking tokio-udp v0.1.6
[INFO] [stderr]     Checking tokio-timer v0.2.13
[INFO] [stderr]     Checking tokio-current-thread v0.1.7
[INFO] [stderr]    Compiling serde_derive v1.0.228
[INFO] [stderr]     Checking bstr v1.12.1
[INFO] [stderr]     Checking unicode-width v0.2.2
[INFO] [stderr]    Compiling synstructure v0.12.6
[INFO] [stderr]     Checking getopts v0.2.24
[INFO] [stderr]     Checking addr2line v0.25.1
[INFO] [stderr]     Checking tokio v0.1.22
[INFO] [stderr]     Checking parking_lot v0.7.1
[INFO] [stderr]     Checking quote v0.6.13
[INFO] [stderr]     Checking term v0.6.1
[INFO] [stderr]     Checking unicase v2.9.0
[INFO] [stderr]    Compiling compiletest_rs v0.3.26
[INFO] [stderr]     Checking tester v0.6.0
[INFO] [stderr]     Checking tokio-service v0.1.0
[INFO] [stderr]     Checking filetime v0.2.29
[INFO] [stderr]     Checking diff v0.1.13
[INFO] [stderr]     Checking globset v0.4.18
[INFO] [stderr]     Checking regex v1.12.4
[INFO] [stderr]     Checking backtrace v0.3.76
[INFO] [stderr]     Checking failure v0.1.8
[INFO] [stderr]     Checking serde v1.0.228
[INFO] [stderr]     Checking susydev-jsonrpc-core v11.0.0
[INFO] [stderr]     Checking toml v0.5.11
[INFO] [stderr]     Checking rustfix v0.4.6
[INFO] [stderr]     Checking susydev-jsonrpc-server-utils v11.0.0
[INFO] [stderr]     Checking susydev-jsonrpc-client v11.0.0
[INFO] [stderr]     Checking susydev-jsonrpc-pubsub v11.0.0
[INFO] [stderr]     Checking susydev-jsonrpc-tcp-server v11.0.0
[INFO] [stderr]     Checking proc-macro-crate v0.1.5
[INFO] [stderr]     Checking susydev-jsonrpc-derive v11.0.0 (/opt/rustwide/workdir)
[INFO] [stderr]    Migrating src/lib.rs from 2018 edition to 2021
[INFO] [stderr]        Fixed src/to_client.rs (5 fixes)
[INFO] [stderr]    Migrating examples/meta-macros.rs from 2018 edition to 2021
[INFO] [stderr]    Migrating tests/compiletests.rs from 2018 edition to 2021
[INFO] [stderr]    Migrating tests/trailing.rs from 2018 edition to 2021
[INFO] [stderr]    Migrating examples/pubsub-macros.rs from 2018 edition to 2021
[INFO] [stdout] warning: pubsub methods are currently not supported in the generated client.
[INFO] [stderr]    Migrating tests/pubsub-macros.rs from 2018 edition to 2021
[INFO] [stdout] warning: pubsub methods are currently not supported in the generated client.
[INFO] [stderr]    Migrating examples/generic-trait.rs from 2018 edition to 2021
[INFO] [stderr]    Migrating tests/macros.rs from 2018 edition to 2021
[INFO] [stderr]    Migrating examples/generic-trait-bounds.rs from 2018 edition to 2021
[INFO] [stderr]    Migrating examples/std.rs from 2018 edition to 2021
[INFO] [stderr]     Finished `dev` profile [unoptimized + debuginfo] target(s) in 55.90s
[INFO] [stderr] crater-edition-check: susydev-jsonrpc-derive v11.0.0 (/opt/rustwide/workdir) updating edition from 2018 to 2021
[INFO] [stderr]    Compiling syn v2.0.118
[INFO] [stderr]    Compiling serde_derive v1.0.228
[INFO] [stderr]     Checking serde v1.0.228
[INFO] [stderr]     Checking susydev-jsonrpc-core v11.0.0
[INFO] [stderr]     Checking toml v0.5.11
[INFO] [stderr]     Checking rustfix v0.4.6
[INFO] [stderr]     Checking compiletest_rs v0.3.26
[INFO] [stderr]     Checking susydev-jsonrpc-server-utils v11.0.0
[INFO] [stderr]     Checking susydev-jsonrpc-client v11.0.0
[INFO] [stderr]     Checking susydev-jsonrpc-pubsub v11.0.0
[INFO] [stderr]     Checking susydev-jsonrpc-tcp-server v11.0.0
[INFO] [stderr]     Checking proc-macro-crate v0.1.5
[INFO] [stderr]     Checking susydev-jsonrpc-derive v11.0.0 (/opt/rustwide/workdir)
[INFO] [stdout] warning: pubsub methods are currently not supported in the generated client.
[INFO] [stdout] warning: pubsub methods are currently not supported in the generated client.
[INFO] [stderr]     Finished `dev` profile [unoptimized + debuginfo] target(s) in 1m 12s
[INFO] [stderr] crater-edition-check: migrating to next edition
[INFO] [stderr]    Migrating Cargo.toml from 2018 edition to 2021
[INFO] [stderr] note: Switching to Edition 2021 will enable the use of the version 2 feature resolver in Cargo.
[INFO] [stderr] This may cause some dependencies to be built with fewer features enabled than previously.
[INFO] [stderr] More information about the resolver changes may be found at https://doc.rust-lang.org/nightly/edition-guide/rust-2021/default-cargo-resolver.html
[INFO] [stderr] When building the following dependencies, the given features will no longer be used:
[INFO] [stderr] 
[INFO] [stderr]   serde v1.0.228 removed features: derive, serde_derive
[INFO] [stderr]   serde v1.0.228 (as host dependency) removed features: derive, serde_derive
[INFO] [stderr] 
[INFO] [stderr] The following differences only apply when building with dev-dependencies:
[INFO] [stderr] 
[INFO] [stderr]   syn v2.0.118 (as host dependency) removed features: default
[INFO] [stderr] 
[INFO] [stderr]     Checking susydev-jsonrpc-derive v11.0.0 (/opt/rustwide/workdir)
[INFO] [stderr]    Migrating src/lib.rs from 2021 edition to 2024
[INFO] [stderr]        Fixed src/rpc_trait.rs (1 fix)
[INFO] [stderr]    Migrating examples/generic-trait-bounds.rs from 2021 edition to 2024
[INFO] [stderr]    Migrating tests/pubsub-macros.rs from 2021 edition to 2024
[INFO] [stderr] error: errors present after applying fixes to crate `pubsub_macros`
[INFO] [stderr]  --> tests/pubsub-macros.rs
[INFO] [stderr]   = cause: error: expected item after attributes
[INFO] [stderr]              --> tests/pubsub-macros.rs:21:1
[INFO] [stderr]               |
[INFO] [stderr]            21 | #[rpc] + use<>
[INFO] [stderr]               | ^^^^^^
[INFO] [stderr]            
[INFO] [stderr]            
[INFO] [stderr]            error: aborting due to 1 previous error
[INFO] [stderr] help: to report this as a bug, open an issue at https://github.com/rust-lang/rust/issues, quoting the full output of this command
[INFO] [stderr] help: to possibly apply more fixes, pass in the `--broken-code` flag
[INFO] [stderr] note: original diagnostics will follow:
[INFO] [stdout] warning: `impl susydev_jsonrpc_core::futures::Future<Item = u64, Error = RpcError>` will capture more lifetimes than possibly intended in edition 2024
[INFO] [stdout]   --> tests/pubsub-macros.rs:21:1
[INFO] [stdout]    |
[INFO] [stdout] 21 | #[rpc]
[INFO] [stdout]    | ^^^^^^
[INFO] [stdout]    |
[INFO] [stdout] note: specifically, this lifetime is in scope but not mentioned in the type's bounds
[INFO] [stdout]   --> tests/pubsub-macros.rs:21:1
[INFO] [stdout]    |
[INFO] [stdout] 21 | #[rpc]
[INFO] [stdout]    | ^
[INFO] [stdout]    = note: all lifetimes in scope will be captured by `impl Trait`s in edition 2024
[INFO] [stdout]    = warning: this changes meaning in Rust 2024
[INFO] [stdout]    = note: for more information, see <https://doc.rust-lang.org/edition-guide/rust-2024/rpit-lifetime-capture.html>
[INFO] [stdout]    = note: `--force-warn impl-trait-overcaptures` implied by `--force-warn rust-2024-compatibility`
[INFO] [stdout]    = note: this warning originates in the attribute macro `rpc` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] help: use the precise capturing `use<...>` syntax to make the captures explicit
[INFO] [stdout]    |
[INFO] [stdout] 21 | #[rpc] + use<>
[INFO] [stdout]    |        +++++++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: `impl susydev_jsonrpc_core::futures::Future<Item = Value, Error = RpcError>` will capture more lifetimes than possibly intended in edition 2024
[INFO] [stdout]   --> tests/pubsub-macros.rs:21:1
[INFO] [stdout]    |
[INFO] [stdout] 21 | #[rpc]
[INFO] [stdout]    | ^^^^^^
[INFO] [stdout]    |
[INFO] [stdout] note: specifically, this lifetime is in scope but not mentioned in the type's bounds
[INFO] [stdout]   --> tests/pubsub-macros.rs:21:1
[INFO] [stdout]    |
[INFO] [stdout] 21 | #[rpc]
[INFO] [stdout]    | ^
[INFO] [stdout]    = note: all lifetimes in scope will be captured by `impl Trait`s in edition 2024
[INFO] [stdout]    = warning: this changes meaning in Rust 2024
[INFO] [stdout]    = note: for more information, see <https://doc.rust-lang.org/edition-guide/rust-2024/rpit-lifetime-capture.html>
[INFO] [stdout]    = note: this warning originates in the attribute macro `rpc` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] help: use the precise capturing `use<...>` syntax to make the captures explicit
[INFO] [stdout]    |
[INFO] [stdout] 21 | #[rpc] + use<>
[INFO] [stdout]    |        +++++++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: pubsub methods are currently not supported in the generated client.
[INFO] [stderr]    Migrating tests/trailing.rs from 2021 edition to 2024
[INFO] [stderr]    Migrating examples/meta-macros.rs from 2021 edition to 2024
[INFO] [stderr] error: errors present after applying fixes to crate `trailing`
[INFO] [stdout] warning: `impl susydev_jsonrpc_core::futures::Future<Item = u64, Error = RpcError>` will capture more lifetimes than possibly intended in edition 2024
[INFO] [stdout]  --> tests/trailing.rs:5:1
[INFO] [stdout]   |
[INFO] [stdout] 5 | #[rpc]
[INFO] [stdout]   | ^^^^^^
[INFO] [stdout]   |
[INFO] [stdout] note: specifically, this lifetime is in scope but not mentioned in the type's bounds
[INFO] [stdout]  --> tests/trailing.rs:5:1
[INFO] [stdout]   |
[INFO] [stdout] 5 | #[rpc]
[INFO] [stdout]   | ^
[INFO] [stdout]   = note: all lifetimes in scope will be captured by `impl Trait`s in edition 2024
[INFO] [stdout]   = warning: this changes meaning in Rust 2024
[INFO] [stdout]   = note: for more information, see <https://doc.rust-lang.org/edition-guide/rust-2024/rpit-lifetime-capture.html>
[INFO] [stdout]   = note: `--force-warn impl-trait-overcaptures` implied by `--force-warn rust-2024-compatibility`
[INFO] [stdout]   = note: this warning originates in the attribute macro `rpc` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] help: use the precise capturing `use<...>` syntax to make the captures explicit
[INFO] [stdout]   |
[INFO] [stdout] 5 | #[rpc] + use<>
[INFO] [stdout]   |        +++++++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stderr]  --> tests/trailing.rs
[INFO] [stdout] warning: `impl susydev_jsonrpc_core::futures::Future<Item = std::string::String, Error = RpcError>` will capture more lifetimes than possibly intended in edition 2024
[INFO] [stdout]  --> tests/trailing.rs:5:1
[INFO] [stdout]   |
[INFO] [stdout] 5 | #[rpc]
[INFO] [stdout]   | ^^^^^^
[INFO] [stdout]   |
[INFO] [stdout] note: specifically, this lifetime is in scope but not mentioned in the type's bounds
[INFO] [stdout]  --> tests/trailing.rs:5:1
[INFO] [stdout]   |
[INFO] [stdout] 5 | #[rpc]
[INFO] [stdout]   | ^
[INFO] [stdout]   = note: all lifetimes in scope will be captured by `impl Trait`s in edition 2024
[INFO] [stdout]   = warning: this changes meaning in Rust 2024
[INFO] [stdout]   = note: for more information, see <https://doc.rust-lang.org/edition-guide/rust-2024/rpit-lifetime-capture.html>
[INFO] [stdout]   = note: this warning originates in the attribute macro `rpc` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] help: use the precise capturing `use<...>` syntax to make the captures explicit
[INFO] [stdout]   |
[INFO] [stdout] 5 | #[rpc] + use<>
[INFO] [stdout]   |        +++++++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stderr]   = cause: error: expected item after attributes
[INFO] [stderr]             --> tests/trailing.rs:5:1
[INFO] [stderr]              |
[INFO] [stderr]            5 | #[rpc] + use<>
[INFO] [stderr]              | ^^^^^^
[INFO] [stderr]            
[INFO] [stderr]            
[INFO] [stderr]            error: aborting due to 1 previous error
[INFO] [stderr] help: to report this as a bug, open an issue at https://github.com/rust-lang/rust/issues, quoting the full output of this command
[INFO] [stderr] help: to possibly apply more fixes, pass in the `--broken-code` flag
[INFO] [stderr] note: original diagnostics will follow:
[INFO] [stdout] warning: `impl susydev_jsonrpc_core::futures::Future<Item = u64, Error = RpcError>` will capture more lifetimes than possibly intended in edition 2024
[INFO] [stdout]  --> tests/trailing.rs:5:1
[INFO] [stdout]   |
[INFO] [stdout] 5 | #[rpc]
[INFO] [stdout]   | ^^^^^^
[INFO] [stdout]   |
[INFO] [stdout] note: specifically, this lifetime is in scope but not mentioned in the type's bounds
[INFO] [stdout]  --> tests/trailing.rs:5:1
[INFO] [stdout]   |
[INFO] [stdout] 5 | #[rpc]
[INFO] [stdout]   | ^
[INFO] [stdout]   = note: all lifetimes in scope will be captured by `impl Trait`s in edition 2024
[INFO] [stdout]   = warning: this changes meaning in Rust 2024
[INFO] [stdout]   = note: for more information, see <https://doc.rust-lang.org/edition-guide/rust-2024/rpit-lifetime-capture.html>
[INFO] [stdout]   = note: this warning originates in the attribute macro `rpc` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] help: use the precise capturing `use<...>` syntax to make the captures explicit
[INFO] [stdout]   |
[INFO] [stdout] 5 | #[rpc] + use<>
[INFO] [stdout]   |        +++++++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: `impl susydev_jsonrpc_core::futures::Future<Item = Value, Error = RpcError>` will capture more lifetimes than possibly intended in edition 2024
[INFO] [stdout]  --> tests/trailing.rs:5:1
[INFO] [stdout]   |
[INFO] [stdout] 5 | #[rpc]
[INFO] [stdout]   | ^^^^^^
[INFO] [stdout]   |
[INFO] [stdout] note: specifically, this lifetime is in scope but not mentioned in the type's bounds
[INFO] [stdout]  --> tests/trailing.rs:5:1
[INFO] [stdout]   |
[INFO] [stdout] 5 | #[rpc]
[INFO] [stdout]   | ^
[INFO] [stdout]   = note: all lifetimes in scope will be captured by `impl Trait`s in edition 2024
[INFO] [stdout]   = warning: this changes meaning in Rust 2024
[INFO] [stdout]   = note: for more information, see <https://doc.rust-lang.org/edition-guide/rust-2024/rpit-lifetime-capture.html>
[INFO] [stdout]   = note: this warning originates in the attribute macro `rpc` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] help: use the precise capturing `use<...>` syntax to make the captures explicit
[INFO] [stdout]   |
[INFO] [stdout] 5 | #[rpc] + use<>
[INFO] [stdout]   |        +++++++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: `impl susydev_jsonrpc_core::futures::Future<Item = One, Error = RpcError>` will capture more lifetimes than possibly intended in edition 2024
[INFO] [stdout]   --> examples/meta-macros.rs:11:1
[INFO] [stdout]    |
[INFO] [stdout] 11 | #[rpc]
[INFO] [stdout]    | ^^^^^^
[INFO] [stdout]    |
[INFO] [stdout] note: specifically, this lifetime is in scope but not mentioned in the type's bounds
[INFO] [stdout]   --> examples/meta-macros.rs:11:1
[INFO] [stdout]    |
[INFO] [stdout] 11 | #[rpc]
[INFO] [stdout]    | ^
[INFO] [stdout]    = note: all lifetimes in scope will be captured by `impl Trait`s in edition 2024
[INFO] [stdout]    = warning: this changes meaning in Rust 2024
[INFO] [stdout]    = note: for more information, see <https://doc.rust-lang.org/edition-guide/rust-2024/rpit-lifetime-capture.html>
[INFO] [stdout]    = note: `--force-warn impl-trait-overcaptures` implied by `--force-warn rust-2024-compatibility`
[INFO] [stdout]    = note: this warning originates in the attribute macro `rpc` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] help: use the precise capturing `use<...>` syntax to make the captures explicit
[INFO] [stdout]    |
[INFO] [stdout] 11 | #[rpc] + use<One>
[INFO] [stdout]    |        ++++++++++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: `impl susydev_jsonrpc_core::futures::Future<Item = u64, Error = RpcError>` will capture more lifetimes than possibly intended in edition 2024
[INFO] [stdout]   --> examples/meta-macros.rs:11:1
[INFO] [stdout]    |
[INFO] [stdout] 11 | #[rpc]
[INFO] [stdout]    | ^^^^^^
[INFO] [stdout]    |
[INFO] [stdout] note: specifically, this lifetime is in scope but not mentioned in the type's bounds
[INFO] [stdout]   --> examples/meta-macros.rs:11:1
[INFO] [stdout]    |
[INFO] [stdout] 11 | #[rpc]
[INFO] [stdout]    | ^
[INFO] [stdout]    = note: all lifetimes in scope will be captured by `impl Trait`s in edition 2024
[INFO] [stdout]    = warning: this changes meaning in Rust 2024
[INFO] [stdout]    = note: for more information, see <https://doc.rust-lang.org/edition-guide/rust-2024/rpit-lifetime-capture.html>
[INFO] [stdout]    = note: this warning originates in the attribute macro `rpc` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] help: use the precise capturing `use<...>` syntax to make the captures explicit
[INFO] [stdout]    |
[INFO] [stdout] 11 | #[rpc] + use<One>
[INFO] [stdout]    |        ++++++++++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: `impl susydev_jsonrpc_core::futures::Future<Item = u64, Error = RpcError>` will capture more lifetimes than possibly intended in edition 2024
[INFO] [stdout]   --> examples/meta-macros.rs:11:1
[INFO] [stdout]    |
[INFO] [stdout] 11 | #[rpc]
[INFO] [stdout]    | ^^^^^^
[INFO] [stdout]    |
[INFO] [stdout] note: specifically, this lifetime is in scope but not mentioned in the type's bounds
[INFO] [stdout]   --> examples/meta-macros.rs:11:1
[INFO] [stdout]    |
[INFO] [stdout] 11 | #[rpc]
[INFO] [stdout]    | ^
[INFO] [stdout]    = note: all lifetimes in scope will be captured by `impl Trait`s in edition 2024
[INFO] [stdout]    = warning: this changes meaning in Rust 2024
[INFO] [stdout]    = note: for more information, see <https://doc.rust-lang.org/edition-guide/rust-2024/rpit-lifetime-capture.html>
[INFO] [stdout]    = note: this warning originates in the attribute macro `rpc` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] help: use the precise capturing `use<...>` syntax to make the captures explicit
[INFO] [stdout]    |
[INFO] [stdout] 11 | #[rpc] + use<One>
[INFO] [stdout]    |        ++++++++++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: `impl susydev_jsonrpc_core::futures::Future<Item = std::string::String, Error = RpcError>` will capture more lifetimes than possibly intended in edition 2024
[INFO] [stdout]   --> examples/meta-macros.rs:11:1
[INFO] [stdout]    |
[INFO] [stdout] 11 | #[rpc]
[INFO] [stdout]    | ^^^^^^
[INFO] [stdout]    |
[INFO] [stdout] note: specifically, this lifetime is in scope but not mentioned in the type's bounds
[INFO] [stdout]   --> examples/meta-macros.rs:11:1
[INFO] [stdout]    |
[INFO] [stdout] 11 | #[rpc]
[INFO] [stdout]    | ^
[INFO] [stdout]    = note: all lifetimes in scope will be captured by `impl Trait`s in edition 2024
[INFO] [stdout]    = warning: this changes meaning in Rust 2024
[INFO] [stdout]    = note: for more information, see <https://doc.rust-lang.org/edition-guide/rust-2024/rpit-lifetime-capture.html>
[INFO] [stdout]    = note: this warning originates in the attribute macro `rpc` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] help: use the precise capturing `use<...>` syntax to make the captures explicit
[INFO] [stdout]    |
[INFO] [stdout] 11 | #[rpc] + use<One>
[INFO] [stdout]    |        ++++++++++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: `impl susydev_jsonrpc_core::futures::Future<Item = std::string::String, Error = RpcError>` will capture more lifetimes than possibly intended in edition 2024
[INFO] [stdout]   --> examples/meta-macros.rs:11:1
[INFO] [stdout]    |
[INFO] [stdout] 11 | #[rpc]
[INFO] [stdout]    | ^^^^^^
[INFO] [stdout]    |
[INFO] [stdout] note: specifically, this lifetime is in scope but not mentioned in the type's bounds
[INFO] [stdout]   --> examples/meta-macros.rs:11:1
[INFO] [stdout]    |
[INFO] [stdout] 11 | #[rpc]
[INFO] [stdout]    | ^
[INFO] [stdout]    = note: all lifetimes in scope will be captured by `impl Trait`s in edition 2024
[INFO] [stdout]    = warning: this changes meaning in Rust 2024
[INFO] [stdout]    = note: for more information, see <https://doc.rust-lang.org/edition-guide/rust-2024/rpit-lifetime-capture.html>
[INFO] [stdout]    = note: this warning originates in the attribute macro `rpc` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] help: use the precise capturing `use<...>` syntax to make the captures explicit
[INFO] [stdout]    |
[INFO] [stdout] 11 | #[rpc] + use<One>
[INFO] [stdout]    |        ++++++++++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stderr]    Migrating tests/compiletests.rs from 2021 edition to 2024
[INFO] [stdout] warning: `impl susydev_jsonrpc_core::futures::Future<Item = susydev_jsonrpc_core::Value, Error = RpcError>` will capture more lifetimes than possibly intended in edition 2024
[INFO] [stdout]   --> examples/meta-macros.rs:11:1
[INFO] [stdout]    |
[INFO] [stdout] 11 | #[rpc]
[INFO] [stdout]    | ^^^^^^
[INFO] [stdout]    |
[INFO] [stdout] note: specifically, this lifetime is in scope but not mentioned in the type's bounds
[INFO] [stdout]   --> examples/meta-macros.rs:11:1
[INFO] [stdout]    |
[INFO] [stdout] 11 | #[rpc]
[INFO] [stdout]    | ^
[INFO] [stdout]    = note: all lifetimes in scope will be captured by `impl Trait`s in edition 2024
[INFO] [stdout]    = warning: this changes meaning in Rust 2024
[INFO] [stdout]    = note: for more information, see <https://doc.rust-lang.org/edition-guide/rust-2024/rpit-lifetime-capture.html>
[INFO] [stdout]    = note: this warning originates in the attribute macro `rpc` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] help: use the precise capturing `use<...>` syntax to make the captures explicit
[INFO] [stdout]    |
[INFO] [stdout] 11 | #[rpc] + use<One>
[INFO] [stdout]    |        ++++++++++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stderr] error: errors present after applying fixes to crate `meta_macros`
[INFO] [stderr]  --> examples/meta-macros.rs
[INFO] [stderr]   = cause: error: expected item after attributes
[INFO] [stderr]              --> examples/meta-macros.rs:11:1
[INFO] [stderr]               |
[INFO] [stderr]            11 | #[rpc] + use<One>
[INFO] [stderr]               | ^^^^^^
[INFO] [stderr]            
[INFO] [stderr]            
[INFO] [stderr]            error: aborting due to 1 previous error
[INFO] [stderr] help: to report this as a bug, open an issue at https://github.com/rust-lang/rust/issues, quoting the full output of this command
[INFO] [stderr] help: to possibly apply more fixes, pass in the `--broken-code` flag
[INFO] [stderr] note: original diagnostics will follow:
[INFO] [stderr]    Migrating tests/macros.rs from 2021 edition to 2024
[INFO] [stderr]    Migrating examples/pubsub-macros.rs from 2021 edition to 2024
[INFO] [stderr] error: errors present after applying fixes to crate `macros`
[INFO] [stderr]  --> tests/macros.rs
[INFO] [stderr]   = cause: error: expected item after attributes
[INFO] [stderr]              --> tests/macros.rs:14:1
[INFO] [stderr]               |
[INFO] [stderr]            14 | #[rpc] + use<>
[INFO] [stderr]               | ^^^^^^
[INFO] [stderr]            
[INFO] [stderr]            
[INFO] [stderr]            error: aborting due to 1 previous error
[INFO] [stderr] help: to report this as a bug, open an issue at https://github.com/rust-lang/rust/issues, quoting the full output of this command
[INFO] [stderr] help: to possibly apply more fixes, pass in the `--broken-code` flag
[INFO] [stderr] note: original diagnostics will follow:
[INFO] [stdout] warning: `impl susydev_jsonrpc_core::futures::Future<Item = std::string::String, Error = RpcError>` will capture more lifetimes than possibly intended in edition 2024
[INFO] [stdout]   --> tests/macros.rs:14:1
[INFO] [stdout]    |
[INFO] [stdout] 14 | #[rpc]
[INFO] [stdout]    | ^^^^^^
[INFO] [stdout]    |
[INFO] [stdout] note: specifically, this lifetime is in scope but not mentioned in the type's bounds
[INFO] [stdout]   --> tests/macros.rs:14:1
[INFO] [stdout]    |
[INFO] [stdout] 14 | #[rpc]
[INFO] [stdout]    | ^
[INFO] [stdout]    = note: all lifetimes in scope will be captured by `impl Trait`s in edition 2024
[INFO] [stdout]    = warning: this changes meaning in Rust 2024
[INFO] [stdout]    = note: for more information, see <https://doc.rust-lang.org/edition-guide/rust-2024/rpit-lifetime-capture.html>
[INFO] [stdout]    = note: `--force-warn impl-trait-overcaptures` implied by `--force-warn rust-2024-compatibility`
[INFO] [stdout]    = note: this warning originates in the attribute macro `rpc` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] help: use the precise capturing `use<...>` syntax to make the captures explicit
[INFO] [stdout]    |
[INFO] [stdout] 14 | #[rpc] + use<>
[INFO] [stdout]    |        +++++++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: `impl susydev_jsonrpc_core::futures::Future<Item = i64, Error = RpcError>` will capture more lifetimes than possibly intended in edition 2024
[INFO] [stdout]   --> tests/macros.rs:14:1
[INFO] [stdout]    |
[INFO] [stdout] 14 | #[rpc]
[INFO] [stdout]    | ^^^^^^
[INFO] [stdout]    |
[INFO] [stdout] note: specifically, this lifetime is in scope but not mentioned in the type's bounds
[INFO] [stdout]   --> tests/macros.rs:14:1
[INFO] [stdout]    |
[INFO] [stdout] 14 | #[rpc]
[INFO] [stdout]    | ^
[INFO] [stdout]    = note: all lifetimes in scope will be captured by `impl Trait`s in edition 2024
[INFO] [stdout]    = warning: this changes meaning in Rust 2024
[INFO] [stdout]    = note: for more information, see <https://doc.rust-lang.org/edition-guide/rust-2024/rpit-lifetime-capture.html>
[INFO] [stdout]    = note: this warning originates in the attribute macro `rpc` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] help: use the precise capturing `use<...>` syntax to make the captures explicit
[INFO] [stdout]    |
[INFO] [stdout] 14 | #[rpc] + use<>
[INFO] [stdout]    |        +++++++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: `impl susydev_jsonrpc_core::futures::Future<Item = u64, Error = RpcError>` will capture more lifetimes than possibly intended in edition 2024
[INFO] [stdout]   --> tests/macros.rs:14:1
[INFO] [stdout]    |
[INFO] [stdout] 14 | #[rpc]
[INFO] [stdout]    | ^^^^^^
[INFO] [stdout]    |
[INFO] [stdout] note: specifically, this lifetime is in scope but not mentioned in the type's bounds
[INFO] [stdout]   --> tests/macros.rs:14:1
[INFO] [stdout]    |
[INFO] [stdout] 14 | #[rpc]
[INFO] [stdout]    | ^
[INFO] [stdout]    = note: all lifetimes in scope will be captured by `impl Trait`s in edition 2024
[INFO] [stdout]    = warning: this changes meaning in Rust 2024
[INFO] [stdout]    = note: for more information, see <https://doc.rust-lang.org/edition-guide/rust-2024/rpit-lifetime-capture.html>
[INFO] [stdout]    = note: this warning originates in the attribute macro `rpc` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] help: use the precise capturing `use<...>` syntax to make the captures explicit
[INFO] [stdout]    |
[INFO] [stdout] 14 | #[rpc] + use<>
[INFO] [stdout]    |        +++++++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: `impl susydev_jsonrpc_core::futures::Future<Item = Value, Error = RpcError>` will capture more lifetimes than possibly intended in edition 2024
[INFO] [stdout]   --> tests/macros.rs:14:1
[INFO] [stdout]    |
[INFO] [stdout] 14 | #[rpc]
[INFO] [stdout]    | ^^^^^^
[INFO] [stdout]    |
[INFO] [stdout] note: specifically, this lifetime is in scope but not mentioned in the type's bounds
[INFO] [stdout]   --> tests/macros.rs:14:1
[INFO] [stdout]    |
[INFO] [stdout] 14 | #[rpc]
[INFO] [stdout]    | ^
[INFO] [stdout]    = note: all lifetimes in scope will be captured by `impl Trait`s in edition 2024
[INFO] [stdout]    = warning: this changes meaning in Rust 2024
[INFO] [stdout]    = note: for more information, see <https://doc.rust-lang.org/edition-guide/rust-2024/rpit-lifetime-capture.html>
[INFO] [stdout]    = note: this warning originates in the attribute macro `rpc` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] help: use the precise capturing `use<...>` syntax to make the captures explicit
[INFO] [stdout]    |
[INFO] [stdout] 14 | #[rpc] + use<>
[INFO] [stdout]    |        +++++++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stderr]    Migrating examples/generic-trait.rs from 2021 edition to 2024
[INFO] [stdout] warning: `impl susydev_jsonrpc_core::futures::Future<Item = Value, Error = RpcError>` will capture more lifetimes than possibly intended in edition 2024
[INFO] [stdout]   --> examples/pubsub-macros.rs:11:1
[INFO] [stdout]    |
[INFO] [stdout] 11 | #[rpc]
[INFO] [stdout]    | ^^^^^^
[INFO] [stdout]    |
[INFO] [stdout] note: specifically, this lifetime is in scope but not mentioned in the type's bounds
[INFO] [stdout]   --> examples/pubsub-macros.rs:11:1
[INFO] [stdout]    |
[INFO] [stdout] 11 | #[rpc]
[INFO] [stdout]    | ^
[INFO] [stdout]    = note: all lifetimes in scope will be captured by `impl Trait`s in edition 2024
[INFO] [stdout]    = warning: this changes meaning in Rust 2024
[INFO] [stdout]    = note: for more information, see <https://doc.rust-lang.org/edition-guide/rust-2024/rpit-lifetime-capture.html>
[INFO] [stdout]    = note: `--force-warn impl-trait-overcaptures` implied by `--force-warn rust-2024-compatibility`
[INFO] [stdout]    = note: this warning originates in the attribute macro `rpc` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] help: use the precise capturing `use<...>` syntax to make the captures explicit
[INFO] [stdout]    |
[INFO] [stdout] 11 | #[rpc] + use<>
[INFO] [stdout]    |        +++++++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stderr] error: errors present after applying fixes to crate `pubsub_macros`
[INFO] [stdout] warning: pubsub methods are currently not supported in the generated client.
[INFO] [stderr]  --> examples/pubsub-macros.rs
[INFO] [stderr]   = cause: error: expected item after attributes
[INFO] [stderr]              --> examples/pubsub-macros.rs:11:1
[INFO] [stderr]               |
[INFO] [stderr]            11 | #[rpc] + use<>
[INFO] [stderr]               | ^^^^^^
[INFO] [stderr]            
[INFO] [stderr]            
[INFO] [stderr]            error: aborting due to 1 previous error
[INFO] [stderr] help: to report this as a bug, open an issue at https://github.com/rust-lang/rust/issues, quoting the full output of this command
[INFO] [stderr] help: to possibly apply more fixes, pass in the `--broken-code` flag
[INFO] [stderr] note: original diagnostics will follow:
[INFO] [stderr]    Migrating examples/std.rs from 2021 edition to 2024
[INFO] [stderr] error: errors present after applying fixes to crate `generic_trait`
[INFO] [stderr]  --> examples/generic-trait.rs
[INFO] [stderr]   = cause: error: expected item after attributes
[INFO] [stderr]             --> examples/generic-trait.rs:7:1
[INFO] [stderr]              |
[INFO] [stderr]            7 | #[rpc] + use<One, Two>
[INFO] [stderr]              | ^^^^^^
[INFO] [stderr]            
[INFO] [stderr]            
[INFO] [stderr]            error: aborting due to 1 previous error
[INFO] [stderr] help: to report this as a bug, open an issue at https://github.com/rust-lang/rust/issues, quoting the full output of this command
[INFO] [stderr] help: to possibly apply more fixes, pass in the `--broken-code` flag
[INFO] [stderr] note: original diagnostics will follow:
[INFO] [stdout] warning: `impl susydev_jsonrpc_core::futures::Future<Item = One, Error = RpcError>` will capture more lifetimes than possibly intended in edition 2024
[INFO] [stdout]  --> examples/generic-trait.rs:7:1
[INFO] [stdout]   |
[INFO] [stdout] 7 | #[rpc]
[INFO] [stdout]   | ^^^^^^
[INFO] [stdout]   |
[INFO] [stdout] note: specifically, this lifetime is in scope but not mentioned in the type's bounds
[INFO] [stdout]  --> examples/generic-trait.rs:7:1
[INFO] [stdout]   |
[INFO] [stdout] 7 | #[rpc]
[INFO] [stdout]   | ^
[INFO] [stdout]   = note: all lifetimes in scope will be captured by `impl Trait`s in edition 2024
[INFO] [stdout]   = warning: this changes meaning in Rust 2024
[INFO] [stdout]   = note: for more information, see <https://doc.rust-lang.org/edition-guide/rust-2024/rpit-lifetime-capture.html>
[INFO] [stdout]   = note: `--force-warn impl-trait-overcaptures` implied by `--force-warn rust-2024-compatibility`
[INFO] [stdout]   = note: this warning originates in the attribute macro `rpc` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] help: use the precise capturing `use<...>` syntax to make the captures explicit
[INFO] [stdout]   |
[INFO] [stdout] 7 | #[rpc] + use<One, Two>
[INFO] [stdout]   |        +++++++++++++++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: `impl susydev_jsonrpc_core::futures::Future<Item = (), Error = RpcError>` will capture more lifetimes than possibly intended in edition 2024
[INFO] [stdout]  --> examples/generic-trait.rs:7:1
[INFO] [stdout]   |
[INFO] [stdout] 7 | #[rpc]
[INFO] [stdout]   | ^^^^^^
[INFO] [stdout]   |
[INFO] [stdout] note: specifically, this lifetime is in scope but not mentioned in the type's bounds
[INFO] [stdout]  --> examples/generic-trait.rs:7:1
[INFO] [stdout]   |
[INFO] [stdout] 7 | #[rpc]
[INFO] [stdout]   | ^
[INFO] [stdout]   = note: all lifetimes in scope will be captured by `impl Trait`s in edition 2024
[INFO] [stdout]   = warning: this changes meaning in Rust 2024
[INFO] [stdout]   = note: for more information, see <https://doc.rust-lang.org/edition-guide/rust-2024/rpit-lifetime-capture.html>
[INFO] [stdout]   = note: this warning originates in the attribute macro `rpc` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] help: use the precise capturing `use<...>` syntax to make the captures explicit
[INFO] [stdout]   |
[INFO] [stdout] 7 | #[rpc] + use<One, Two>
[INFO] [stdout]   |        +++++++++++++++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: `impl susydev_jsonrpc_core::futures::Future<Item = (One, Two), Error = RpcError>` will capture more lifetimes than possibly intended in edition 2024
[INFO] [stdout]  --> examples/generic-trait.rs:7:1
[INFO] [stdout]   |
[INFO] [stdout] 7 | #[rpc]
[INFO] [stdout]   | ^^^^^^
[INFO] [stdout]   |
[INFO] [stdout] note: specifically, this lifetime is in scope but not mentioned in the type's bounds
[INFO] [stdout]  --> examples/generic-trait.rs:7:1
[INFO] [stdout]   |
[INFO] [stdout] 7 | #[rpc]
[INFO] [stdout]   | ^
[INFO] [stdout]   = note: all lifetimes in scope will be captured by `impl Trait`s in edition 2024
[INFO] [stdout]   = warning: this changes meaning in Rust 2024
[INFO] [stdout]   = note: for more information, see <https://doc.rust-lang.org/edition-guide/rust-2024/rpit-lifetime-capture.html>
[INFO] [stdout]   = note: this warning originates in the attribute macro `rpc` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] help: use the precise capturing `use<...>` syntax to make the captures explicit
[INFO] [stdout]   |
[INFO] [stdout] 7 | #[rpc] + use<One, Two>
[INFO] [stdout]   |        +++++++++++++++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: `impl susydev_jsonrpc_core::futures::Future<Item = Value, Error = RpcError>` will capture more lifetimes than possibly intended in edition 2024
[INFO] [stdout]  --> examples/generic-trait.rs:7:1
[INFO] [stdout]   |
[INFO] [stdout] 7 | #[rpc]
[INFO] [stdout]   | ^^^^^^
[INFO] [stdout]   |
[INFO] [stdout] note: specifically, this lifetime is in scope but not mentioned in the type's bounds
[INFO] [stdout]  --> examples/generic-trait.rs:7:1
[INFO] [stdout]   |
[INFO] [stdout] 7 | #[rpc]
[INFO] [stdout]   | ^
[INFO] [stdout]   = note: all lifetimes in scope will be captured by `impl Trait`s in edition 2024
[INFO] [stdout]   = warning: this changes meaning in Rust 2024
[INFO] [stdout]   = note: for more information, see <https://doc.rust-lang.org/edition-guide/rust-2024/rpit-lifetime-capture.html>
[INFO] [stdout]   = note: this warning originates in the attribute macro `rpc` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] help: use the precise capturing `use<...>` syntax to make the captures explicit
[INFO] [stdout]   |
[INFO] [stdout] 7 | #[rpc] + use<One, Two>
[INFO] [stdout]   |        +++++++++++++++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stderr] error: errors present after applying fixes to crate `std`
[INFO] [stdout] warning: `impl susydev_jsonrpc_core::futures::Future<Item = std::string::String, Error = RpcError>` will capture more lifetimes than possibly intended in edition 2024
[INFO] [stdout]  --> examples/std.rs:9:1
[INFO] [stdout]   |
[INFO] [stdout] 9 | #[rpc]
[INFO] [stdout]   | ^^^^^^
[INFO] [stdout]   |
[INFO] [stdout] note: specifically, this lifetime is in scope but not mentioned in the type's bounds
[INFO] [stdout]  --> examples/std.rs:9:1
[INFO] [stdout]   |
[INFO] [stdout] 9 | #[rpc]
[INFO] [stdout]   | ^
[INFO] [stdout]   = note: all lifetimes in scope will be captured by `impl Trait`s in edition 2024
[INFO] [stdout]   = warning: this changes meaning in Rust 2024
[INFO] [stdout]   = note: for more information, see <https://doc.rust-lang.org/edition-guide/rust-2024/rpit-lifetime-capture.html>
[INFO] [stdout]   = note: `--force-warn impl-trait-overcaptures` implied by `--force-warn rust-2024-compatibility`
[INFO] [stdout]   = note: this warning originates in the attribute macro `rpc` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] help: use the precise capturing `use<...>` syntax to make the captures explicit
[INFO] [stdout]   |
[INFO] [stdout] 9 | #[rpc] + use<>
[INFO] [stdout]   |        +++++++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stderr]  --> examples/std.rs
[INFO] [stdout] warning: `impl susydev_jsonrpc_core::futures::Future<Item = u64, Error = RpcError>` will capture more lifetimes than possibly intended in edition 2024
[INFO] [stdout]  --> examples/std.rs:9:1
[INFO] [stdout]   |
[INFO] [stdout] 9 | #[rpc]
[INFO] [stdout]   | ^^^^^^
[INFO] [stdout]   |
[INFO] [stdout] note: specifically, this lifetime is in scope but not mentioned in the type's bounds
[INFO] [stdout]  --> examples/std.rs:9:1
[INFO] [stdout]   |
[INFO] [stdout] 9 | #[rpc]
[INFO] [stdout]   | ^
[INFO] [stdout]   = note: all lifetimes in scope will be captured by `impl Trait`s in edition 2024
[INFO] [stdout]   = warning: this changes meaning in Rust 2024
[INFO] [stdout]   = note: for more information, see <https://doc.rust-lang.org/edition-guide/rust-2024/rpit-lifetime-capture.html>
[INFO] [stdout]   = note: this warning originates in the attribute macro `rpc` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] help: use the precise capturing `use<...>` syntax to make the captures explicit
[INFO] [stdout]   |
[INFO] [stdout] 9 | #[rpc] + use<>
[INFO] [stdout]   |        +++++++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stderr]   = cause: error: expected item after attributes
[INFO] [stdout] warning: `impl susydev_jsonrpc_core::futures::Future<Item = std::string::String, Error = RpcError>` will capture more lifetimes than possibly intended in edition 2024
[INFO] [stdout]  --> examples/std.rs:9:1
[INFO] [stdout]   |
[INFO] [stdout] 9 | #[rpc]
[INFO] [stdout]   | ^^^^^^
[INFO] [stdout]   |
[INFO] [stdout] note: specifically, this lifetime is in scope but not mentioned in the type's bounds
[INFO] [stdout]  --> examples/std.rs:9:1
[INFO] [stdout]   |
[INFO] [stdout] 9 | #[rpc]
[INFO] [stdout]   | ^
[INFO] [stdout]   = note: all lifetimes in scope will be captured by `impl Trait`s in edition 2024
[INFO] [stdout]   = warning: this changes meaning in Rust 2024
[INFO] [stdout]   = note: for more information, see <https://doc.rust-lang.org/edition-guide/rust-2024/rpit-lifetime-capture.html>
[INFO] [stdout]   = note: this warning originates in the attribute macro `rpc` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] help: use the precise capturing `use<...>` syntax to make the captures explicit
[INFO] [stdout]   |
[INFO] [stdout] 9 | #[rpc] + use<>
[INFO] [stdout]   |        +++++++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stderr]             --> examples/std.rs:9:1
[INFO] [stdout] warning: `impl susydev_jsonrpc_core::futures::Future<Item = Value, Error = RpcError>` will capture more lifetimes than possibly intended in edition 2024
[INFO] [stdout]  --> examples/std.rs:9:1
[INFO] [stdout]   |
[INFO] [stdout] 9 | #[rpc]
[INFO] [stdout]   | ^^^^^^
[INFO] [stdout]   |
[INFO] [stdout] note: specifically, this lifetime is in scope but not mentioned in the type's bounds
[INFO] [stdout]  --> examples/std.rs:9:1
[INFO] [stdout]   |
[INFO] [stdout] 9 | #[rpc]
[INFO] [stdout]   | ^
[INFO] [stdout]   = note: all lifetimes in scope will be captured by `impl Trait`s in edition 2024
[INFO] [stdout]   = warning: this changes meaning in Rust 2024
[INFO] [stdout]   = note: for more information, see <https://doc.rust-lang.org/edition-guide/rust-2024/rpit-lifetime-capture.html>
[INFO] [stdout]   = note: this warning originates in the attribute macro `rpc` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] help: use the precise capturing `use<...>` syntax to make the captures explicit
[INFO] [stdout]   |
[INFO] [stdout] 9 | #[rpc] + use<>
[INFO] [stdout]   |        +++++++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stderr]              |
[INFO] [stderr]            8 | /// Rpc trait
[INFO] [stderr]              | ------------- other attributes here
[INFO] [stderr]            9 | #[rpc] + use<>
[INFO] [stderr]              | ^^^^^^
[INFO] [stderr]            
[INFO] [stderr]            
[INFO] [stderr]            error: aborting due to 1 previous error
[INFO] [stderr] help: to report this as a bug, open an issue at https://github.com/rust-lang/rust/issues, quoting the full output of this command
[INFO] [stderr] help: to possibly apply more fixes, pass in the `--broken-code` flag
[INFO] [stderr] note: original diagnostics will follow:
[INFO] [stderr]     Finished `dev` profile [unoptimized + debuginfo] target(s) in 1m 16s
[INFO] [stderr] crater-edition-check: susydev-jsonrpc-derive v11.0.0 (/opt/rustwide/workdir) updating edition from 2021 to 2024
[INFO] [stderr]     Checking susydev-jsonrpc-derive v11.0.0 (/opt/rustwide/workdir)
[INFO] [stdout] warning: pubsub methods are currently not supported in the generated client.
[INFO] [stdout] warning: pubsub methods are currently not supported in the generated client.
[INFO] [stdout] error[E0597]: `client` does not live long enough
[INFO] [stdout]   --> examples/std.rs:46:3
[INFO] [stdout]    |
[INFO] [stdout] 44 |     let fut = {
[INFO] [stdout]    |         --- borrow later stored here
[INFO] [stdout] 45 |         let (client, server) = local::connect::<gen_client::Client, _, _>(io);
[INFO] [stdout]    |              ------ binding `client` declared here
[INFO] [stdout] 46 |         client.add(5, 6).map(|res| println!("5 + 6 = {}", res)).join(server)
[INFO] [stdout]    |         ^^^^^^ borrowed value does not live long enough
[INFO] [stdout] 47 |     };
[INFO] [stdout]    |     - `client` dropped here while still borrowed
[INFO] [stdout]    |
[INFO] [stdout] note: this call may capture more lifetimes than intended, because Rust 2024 has adjusted the `impl Trait` lifetime capture rules
[INFO] [stdout]   --> examples/std.rs:46:3
[INFO] [stdout]    |
[INFO] [stdout] 46 |         client.add(5, 6).map(|res| println!("5 + 6 = {}", res)).join(server)
[INFO] [stdout]    |         ^^^^^^^^^^^^^^^^
[INFO] [stdout] help: use the precise capturing `use<...>` syntax to make the captures explicit
[INFO] [stdout]    |
[INFO] [stdout]  9 | #[rpc] + use<>
[INFO] [stdout]    |        +++++++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] For more information about this error, try `rustc --explain E0597`.
[INFO] [stdout] 
[INFO] [stderr] error: could not compile `susydev-jsonrpc-derive` (example "std") due to 1 previous error
[INFO] [stderr] warning: build failed, waiting for other jobs to finish...
[INFO] running `Command { std: "docker" "inspect" "30403d56b1251e3144846a76881eadfa664717ad0d545e97b3523c459fb026db", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "rm" "-f" "30403d56b1251e3144846a76881eadfa664717ad0d545e97b3523c459fb026db", kill_on_drop: false }`
[INFO] [stdout] 30403d56b1251e3144846a76881eadfa664717ad0d545e97b3523c459fb026db
